ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPArray<T> Class / ImGearXMPArray<T> Constructor




In This Topic
    ImGearXMPArray<T> Constructor
    In This Topic
    Initializes a new instance of the ImGearXMPArray<T> class.
    Syntax
    'Declaration
     
    Protected Function New()
    'Usage
     
    Dim instance As New ImGearXMPArray(Of T)()
    protected ImGearXMPArray<T>()
    protected: ImGearXMPArray<T>();
    protected:
    ImGearXMPArray<T>();
    See Also